home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / growaug.dxr / 00004_ADDAdvert Frame.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  111 b   |  8 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if rollOver(42) and the mouseDown then
  4.     beep()
  5.     GROReturn(2)
  6.   end if
  7. end
  8.